object NewDialog: TNewDialog Left = 323 Top = 210 AutoScroll = False BorderIcons = [biSystemMenu] Caption = 'New' ClientHeight = 346 ClientWidth = 582 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poOwnerFormCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 376 Top = 8 Width = 42 Height = 13 Anchors = [akTop, akRight] Caption = '&Filename' FocusControl = txtFilename end object Label15: TLabel Left = 376 Top = 64 Width = 50 Height = 13 Anchors = [akTop, akRight] Caption = '&Linebreak:' FocusControl = cboLinebreak end object chkDontShow: TCheckBox Left = 8 Top = 318 Width = 297 Height = 17 Anchors = [akLeft, akBottom] Caption = '&Don'#39't show this Dialog when using the "New" command' TabOrder = 3 end object btnOK: TCorelButton Left = 421 Top = 318 Width = 75 Height = 23 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 end object btnCancel: TCorelButton Left = 501 Top = 318 Width = 75 Height = 23 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object btnBrowse: TCorelButton Left = 559 Top = 24 Width = 17 Height = 21 Hint = 'Browse' Anchors = [akTop, akRight] Caption = '...' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = btnBrowseClick end object txtFilename: TEdit Left = 376 Top = 24 Width = 176 Height = 21 Anchors = [akTop, akRight] TabOrder = 1 OnChange = txtFilenameChange end object pgNew: TPageControl Left = 8 Top = 8 Width = 353 Height = 292 ActivePage = TabSheet2 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 0 object TabSheet1: TTabSheet Caption = 'Plain File' object rbNoHigh: TRadioButton Left = 8 Top = 8 Width = 233 Height = 17 Caption = '&No Highlighter' Checked = True TabOrder = 0 TabStop = True OnClick = rbNoHighClick OnDblClick = lstHighlighterDblClick end object lstHighlighter: TListBox Left = 8 Top = 48 Width = 329 Height = 204 Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 13 Sorted = True TabOrder = 2 OnClick = lstHighlighterClick OnDblClick = lstHighlighterDblClick end object rbWithHigh: TRadioButton Left = 8 Top = 24 Width = 233 Height = 17 Caption = '&With Highlighter' TabOrder = 1 OnClick = rbNoHighClick OnDblClick = lstHighlighterDblClick end end object TabSheet2: TTabSheet Caption = 'Templates' ImageIndex = 1 object tabTemplates: TTabControl Left = 0 Top = 0 Width = 345 Height = 264 Align = alClient MultiLine = True TabOrder = 0 OnChange = tabTemplatesChange object lvwTemplates: TListView Left = 4 Top = 6 Width = 337 Height = 254 Align = alClient Columns = <> HideSelection = False IconOptions.AutoArrange = True LargeImages = CommandsDataModule.imlShellLarge SmallImages = CommandsDataModule.imlShellIcon TabOrder = 0 OnDblClick = lvwTemplatesDblClick OnDeletion = lvwTemplatesDeletion OnSelectItem = lvwTemplatesSelectItem end end end end object cboLinebreak: TComboBox Left = 376 Top = 80 Width = 200 Height = 21 Style = csDropDownList Anchors = [akTop, akRight] ItemHeight = 13 TabOrder = 6 end object Panel2: TPanel Left = 8 Top = 307 Width = 566 Height = 2 Anchors = [akLeft, akRight, akBottom] BevelOuter = bvLowered TabOrder = 7 end object gbDescription: TGroupBox Left = 376 Top = 144 Width = 200 Height = 154 Anchors = [akTop, akRight, akBottom] Caption = 'Description' TabOrder = 8 object lblDescription: TLabel Left = 16 Top = 24 Width = 171 Height = 112 Anchors = [akLeft, akTop, akRight, akBottom] AutoSize = False WordWrap = True end end object chkAddToProj: TCheckBox Left = 376 Top = 112 Width = 201 Height = 17 Anchors = [akTop, akRight] Caption = '&Add to Project' Enabled = False TabOrder = 9 end end